home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- nocurs
- disp menu\pcf0 1
- disp menu\pcfiss9 1
- :start
- disp menu\pcfiss9 2
- getkey afx
-
- if errorlevel 3 goto quit
- if errorlevel 2 goto fonts
- if errorlevel 1 goto art
-
- :art
- cls
- echo Copying art files to PFS:First Publisher directory...
- copy \art\*.* c:\pub
- cls
- echo Art files are now present for use with PFS:First Publisher
- echo Please refer to page 12 for details on how to use these art files.
- pause
- goto start
-
- :fonts
- disp menu\wdrive 2
- getkey bam
-
- if errorlevel 3 goto start
- if errorlevel 2 goto ain
- if errorlevel 1 goto bin
-
- :ain
- cls
- echo Copying compressed font files to PFS:First Publisher directory...
- copy \fonts\*.* c:\pub
- c:
- cd \pub
- cls
- echo Restoring font files...
- fonts
- echo Please refer to page 12 for details on how to use these font files.
- pause
- a:
- goto start
-
- :bin
- cls
- echo Copying compressed art files to PFS:First Publisher directory...
- copy \fonts\*.* c:\pub
- c:
- cd \pub
- cls
- echo Restoring art files...
- fonts
- echo Please refer to page 12 for details on how to use these font files.
- pause
- b:
- goto start
-
- :quit
- cls
- disp menu\pcfend 2
- pause
- cls
-